Motion.ReleaseAxis 方法

將軸從停止 (Stopping) 狀態釋出;或將其從凸輪或齒輪分離。

命名空間IntervalZero.KINGSTAR.Local.Api

組合: IntervalZero.KINGSTAR.Local.Api (於 IntervalZero.KINGSTAR.Local.dll) 版本:4.4.0.0

語法

C#VB
public KsError ReleaseAxis(
       int Index
)
Public Function ReleaseAxis(
       Index As Integer
) As KsError

參數

Index [in]

型別:int

軸索引。索引以 0 為起始;別名將影響此參數。

回傳值

型別:KsError

方法的回傳代碼。

範例

C#
N/A

參見

Motion 類別

IntervalZero.KINGSTAR.Local.Api 命名空間